~unifield-team/unifield-wm/us-826

« back to all changes in this revision

Viewing changes to vat_management/__openerp__.py

  • Committer: Quentin THEURET
  • Date: 2016-03-04 12:15:00 UTC
  • Revision ID: qt@tempo-consulting.fr-20160304121500-u2ay8zrf83ih9fu3
US-826 [IMP] Change the way to check if products is not consistent on add multiple line wizard

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
    "description" : "This module add somes elements to manage VAT @ MSF",
28
28
    "author" : "MSF, TeMPO Consulting",
29
29
    "category" : "Accounting",
30
 
    "depends" : ["base", "account", "register_accounting", "account_activable", "purchase_msf"],
 
30
# Account_activable is not needed because of register_accounting that depends on finance that depends on account_override in which account_activable have been included
 
31
    "depends" : ["base", "account", "register_accounting", "purchase_msf"],
31
32
    "init_xml" : [
32
33
        'data/account_type.xml',
33
34
    ],