~carlosmarqs/openerp/magentoopenerpconnect

« back to all changes in this revision

Viewing changes to magentoerpconnect_customer_fiscal_category/__openerp__.py

  • Committer: Sébastien Beau
  • Date: 2012-12-07 13:18:05 UTC
  • mfrom: (676.2.39 magentoerpconnect)
  • Revision ID: sebastien.beau@akretion.com-20121207131805-o4tgotytj3ku580m
[MERGE] merge with cleaning branch, please do not forget to update dependency, product-extra-addons, openobject-extention, e-commerce-adddons. 

magentoerpconnect :
- REFACTOR
    - refactor the invoice syncronisation 
        2 modules are available, 1 for using Magento Invoice, one for using OpenERP invoice
        moreover if invoice syncronisation failed try to map if an existing one already exist : fonction => map_magento_order 
    - refactor view for compatibility in multi-e-commerce solution
    - NAME REFACTOR : by default use only name if you need to use the lastname and firstname please first update magentoerpconnect and them install magentoerpconnect_partner_surname. DO IT ON A DATABASE TEST BEFORE. If you have any trouble please open a bug on lp
    - use new api for moving the category and updating the stock information

    ADD
        - add reporting when exporting stock level

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
{
23
23
    'name': 'Magentoerpconnect Partner Fiscal Category',
24
 
    'version': '1.0',
 
24
    'version': '6.1.0',
25
25
    'category': 'Generic Modules',
26
26
    "author" : "Camptocamp",
27
27
    'license': 'AGPL-3',
46
46
    'depends': ['magentoerpconnect',
47
47
                'account_fiscal_rules_partner_category', ],
48
48
    'init_xml': [],
49
 
    'update_xml': ['settings/1.3.2.4/external.mappinglines.template.csv',
 
49
    'update_xml': [#'settings/1.3.2.4/external.mappinglines.template.csv',
50
50
                   'settings/1.5.0.0/external.mappinglines.template.csv', ],
51
51
    'demo_xml': [],
52
52
    'installable': True,