lp://staging/~akretion-team/openerp-connector-magento/openerp-connector-magento-rma
Created by
Chafique DELLI
and last modified
- Get this branch:
- bzr branch lp://staging/~akretion-team/openerp-connector-magento/openerp-connector-magento-rma
Members of
Akretion Team
can upload to this branch. Log in for directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- OpenERP Connector Core Editors: Pending requested
-
Diff: 8679 lines (+7620/-120) (has conflicts)58 files modifiedmagentoerpconnect/AUTHORS (+5/-1)
magentoerpconnect/CHANGES.rst (+16/-0)
magentoerpconnect/__init__.py (+1/-0)
magentoerpconnect/__openerp__.py (+1/-0)
magentoerpconnect/doc/guides/tutorial_customize.rst (+3/-7)
magentoerpconnect/doc/howto/configure_schedulers.rst (+2/-0)
magentoerpconnect/i18n/de.po (+5/-0)
magentoerpconnect/i18n/es.po (+1060/-0)
magentoerpconnect/i18n/fr.po (+5/-0)
magentoerpconnect/i18n/it.po (+1007/-0)
magentoerpconnect/i18n/nl.po (+1065/-0)
magentoerpconnect/invoice.py (+9/-1)
magentoerpconnect/magento_model.py (+52/-9)
magentoerpconnect/magento_model_view.xml (+21/-7)
magentoerpconnect/magentoerpconnect_data.xml (+13/-0)
magentoerpconnect/partner.py (+2/-7)
magentoerpconnect/payment_invoice.py (+17/-0)
magentoerpconnect/payment_invoice.xml (+21/-0)
magentoerpconnect/product.py (+47/-11)
magentoerpconnect/product_view.xml (+2/-1)
magentoerpconnect/sale.py (+60/-21)
magentoerpconnect/setting_view.xml (+0/-2)
magentoerpconnect/tests/__init__.py (+0/-1)
magentoerpconnect/tests/common.py (+10/-5)
magentoerpconnect/tests/test_data.py (+811/-18)
magentoerpconnect/tests/test_data_address_book.py (+11/-11)
magentoerpconnect/tests/test_export_invoice.py (+62/-4)
magentoerpconnect/tests/test_import_product_image.py (+1/-0)
magentoerpconnect/tests/test_synchronization.py (+58/-3)
magentoerpconnect/unit/backend_adapter.py (+49/-9)
magentoerpconnect/unit/export_synchronizer.py (+3/-1)
magentoerpconnect/unit/import_synchronizer.py (+35/-1)
magentoerpconnect/unit/mapper.py (+31/-0)
magentoerpconnect_options_active/__init__.py (+24/-0)
magentoerpconnect_options_active/__openerp__.py (+40/-0)
magentoerpconnect_options_active/connector.py (+25/-0)
magentoerpconnect_options_active/magento_model.py (+45/-0)
magentoerpconnect_options_active/magento_model_view.xml (+17/-0)
magentoerpconnect_options_active/product.py (+45/-0)
magentoerpconnect_order_comment/__init__.py (+5/-0)
magentoerpconnect_order_comment/__openerp__.py (+61/-0)
magentoerpconnect_order_comment/connector.py (+25/-0)
magentoerpconnect_order_comment/magento_model.py (+37/-0)
magentoerpconnect_order_comment/magento_model_view.xml (+17/-0)
magentoerpconnect_order_comment/sale.py (+300/-0)
magentoerpconnect_order_comment/tests/__init__.py (+29/-0)
magentoerpconnect_order_comment/tests/test_synchronization.py (+161/-0)
magentoerpconnect_rma/__init__.py (+5/-0)
magentoerpconnect_rma/__openerp__.py (+51/-0)
magentoerpconnect_rma/claim.py (+1014/-0)
magentoerpconnect_rma/claim_data.xml (+45/-0)
magentoerpconnect_rma/connector.py (+25/-0)
magentoerpconnect_rma/ir_attachment_view.xml (+17/-0)
magentoerpconnect_rma/magento_model.py (+39/-0)
magentoerpconnect_rma/magento_model_view.xml (+51/-0)
magentoerpconnect_rma/tests/__init__.py (+29/-0)
magentoerpconnect_rma/tests/test_data.py (+825/-0)
magentoerpconnect_rma/tests/test_synchronization.py (+203/-0)
Branch information
Recent revisions
- 966. By Chafique DELLI
-
[IMP]: add synchronisation (import/export) claim comments and claim attachments
- 964. By Launchpad Translations on behalf of openerp-connector-core-editors
-
Launchpad automatic translations update.
- 963. By Launchpad Translations on behalf of openerp-connector-core-editors
-
Launchpad automatic translations update.
- 962. By Launchpad Translations on behalf of openerp-connector-core-editors
-
Launchpad automatic translations update.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)