Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MIG][13.0] connector_magento: Migration to 13.0 #337

Open
wants to merge 46 commits into
base: 13.0
Choose a base branch
from

Conversation

dreispt
Copy link
Member

@dreispt dreispt commented Apr 27, 2024

Supersedes #317
Includes #336

dreispt and others added 30 commits April 27, 2024 15:02
* Add binding on sales orders
* Ensure that we always have the Connector Manager group on the
  Connector tabs (most are done in the parent views of
  connector_ecommerce)
* Fixed inheritance of the delivery.carrier view
* Use vcr.py to record the exchanges instead of a self-made recorder
* Use new base Components test case classes
* Separate export tests in 2 phases: trigger of the export which check
  that the jobs are delayed, and test the job itself in a second test
I removed it earlier, but it is required when we import products
* Rename it because it was shadowing another test
* Compute in the location's context
The wizard is available on the backend.
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: connector-magento-12.0/connector-magento-12.0-connector_magento
Translate-URL: https://translation.odoo-community.org/projects/connector-magento-12-0/connector-magento-12-0-connector_magento/
StefanRijnhart and others added 16 commits April 27, 2024 15:08
raise_for_status() raises the same exception, with the response's _content
available from the exception's `response` attribute. Moreover, passing the
headers as a positional argument when creating the exception makes the
api key from the authorization header show up in the string representation
of the exception in logs and messages.
```
2020-11-05 13:36:35,202 6822 INFO openerp_test odoo.tests: skip sending email in test mode
2020-11-05 13:36:35,206 6822 INFO openerp_test odoo.addons.mail.models.mail_mail: Mail with ID 1 and Message-Id '<342741149332557.1604583395.110157728195190-openerp-1-connector.checkpoint@travis-job-14c1db44-ca6c-40e2-82ff-03dcf3df66dc>' successfully sent
2020-11-05 13:36:35,227 6822 INFO openerp_test odoo.models.unlink: User OCA#1 deleted mail.mail records with IDs: [1]
2020-11-05 13:36:35,228 6822 INFO openerp_test odoo.addons.mail.models.mail_mail: Sent batch 1 emails via mail server ID #False
```
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: connector-magento-12.0/connector-magento-12.0-connector_magento
Translate-URL: https://translation.odoo-community.org/projects/connector-magento-12-0/connector-magento-12-0-connector_magento/
- Rule paid to allow for order with nothing to pay (i.e. grand_total is zero)
- Rule paid not to allow negative paid amount
- Row totals are excl. discount amount
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: connector-magento-12.0/connector-magento-12.0-connector_magento
Translate-URL: https://translation.odoo-community.org/projects/connector-magento-12-0/connector-magento-12-0-connector_magento/
@dreispt dreispt force-pushed the bizzappdev-13.0-mig-connector_magento-format-patch branch from dde3513 to f4d0b60 Compare April 27, 2024 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.