This commit is contained in:
parent
fcbfb11b56
commit
b50bd1ca83
|
|
@ -5,6 +5,7 @@
|
||||||
'category': 'Odex30-Accounting/Odex25-Accounting',
|
'category': 'Odex30-Accounting/Odex25-Accounting',
|
||||||
'summary': """Notify about duplicate while creating partner""",
|
'summary': """Notify about duplicate while creating partner""",
|
||||||
'website': 'http://www.asceticbs.com',
|
'website': 'http://www.asceticbs.com',
|
||||||
|
'company': 'Expert',
|
||||||
'license': 'AGPL-3',
|
'license': 'AGPL-3',
|
||||||
'description': """
|
'description': """
|
||||||
""",
|
""",
|
||||||
|
|
|
||||||
|
|
@ -46,4 +46,4 @@ msgstr ""
|
||||||
#: model:ir.model.fields,field_description:account_attachments.field_account_bank_statement_line__res_model
|
#: model:ir.model.fields,field_description:account_attachments.field_account_bank_statement_line__res_model
|
||||||
#: model:ir.model.fields,field_description:account_attachments.field_account_move__res_model
|
#: model:ir.model.fields,field_description:account_attachments.field_account_move__res_model
|
||||||
msgid "Res Model"
|
msgid "Res Model"
|
||||||
msgstr ""
|
msgstr "المودل"
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
'category': 'Odex30-Accounting/Odex30-Accounting',
|
'category': 'Odex30-Accounting/Odex30-Accounting',
|
||||||
'author': "Expert Co. Ltd.",
|
'author': "Expert Co. Ltd.",
|
||||||
'website': "http://www.exp-sa.com",
|
'website': "http://www.exp-sa.com",
|
||||||
|
'company': 'Expert',
|
||||||
'summary': 'Manage accounting with fleet features',
|
'summary': 'Manage accounting with fleet features',
|
||||||
'version': '1.0',
|
'version': '1.0',
|
||||||
'depends': ['account_fleet', 'odex30_account_accountant'],
|
'depends': ['account_fleet', 'odex30_account_accountant'],
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,8 @@
|
||||||
'website': "http://www.exp-sa.com",
|
'website': "http://www.exp-sa.com",
|
||||||
'summary': 'Manage disallowed expenses',
|
'summary': 'Manage disallowed expenses',
|
||||||
'description': 'Manage disallowed expenses',
|
'description': 'Manage disallowed expenses',
|
||||||
|
'company': 'Expert',
|
||||||
|
|
||||||
'version': '1.0',
|
'version': '1.0',
|
||||||
'depends': ['odex30_account_reports'],
|
'depends': ['odex30_account_reports'],
|
||||||
'data': [
|
'data': [
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,8 @@
|
||||||
'name': 'Disallowed Expenses on Fleets',
|
'name': 'Disallowed Expenses on Fleets',
|
||||||
'category': 'Accounting/Accounting',
|
'category': 'Accounting/Accounting',
|
||||||
'summary': 'Manage disallowed expenses with fleets',
|
'summary': 'Manage disallowed expenses with fleets',
|
||||||
|
'company': 'Expert',
|
||||||
|
|
||||||
'version': '1.0',
|
'version': '1.0',
|
||||||
'depends': ['odex30_account_accountant_fleet', 'odex30_account_disallowed_expenses'],
|
'depends': ['odex30_account_accountant_fleet', 'odex30_account_disallowed_expenses'],
|
||||||
'data': [
|
'data': [
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,8 @@
|
||||||
'name' : 'Cash Basis Accounting Reports',
|
'name' : 'Cash Basis Accounting Reports',
|
||||||
'summary': 'Add cash basis functionality for reports',
|
'summary': 'Add cash basis functionality for reports',
|
||||||
'category': 'Odex30-Accounting/Odex30-Accounting',
|
'category': 'Odex30-Accounting/Odex30-Accounting',
|
||||||
|
'company': 'Expert',
|
||||||
|
|
||||||
'description': """
|
'description': """
|
||||||
Cash Basis for Accounting Reports
|
Cash Basis for Accounting Reports
|
||||||
=================================
|
=================================
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,8 @@
|
||||||
'category': 'Odex30-Accounting/Odex30-Accounting',
|
'category': 'Odex30-Accounting/Odex30-Accounting',
|
||||||
'author': "Expert Co. Ltd.",
|
'author': "Expert Co. Ltd.",
|
||||||
'website': "http://www.exp-sa.com",
|
'website': "http://www.exp-sa.com",
|
||||||
|
'company': 'Expert',
|
||||||
|
|
||||||
'description': """
|
'description': """
|
||||||
Base module for SAF-T reporting
|
Base module for SAF-T reporting
|
||||||
===============================
|
===============================
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue