mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[IMP] *: pre-commit execution
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "Tax Cash Basis Group Base Lines",
|
||||
"version": "13.0.0.0.1",
|
||||
"website": "https://github.com/OCA/account-financial-tools",
|
||||
"summary": "Compacting the creation of Journal Lines for CABA base lines.",
|
||||
"sequence": 5,
|
||||
"category": "Accounting",
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"summary": "Wizard to update a company's account chart from a template",
|
||||
"version": "13.0.2.0.0",
|
||||
"author": "Tecnativa, BCIM, Okia, Odoo Community Association (OCA)",
|
||||
"website": "http://github.com/OCA/account-financial-tools",
|
||||
"website": "https://github.com/OCA/account-financial-tools",
|
||||
"depends": ["account"],
|
||||
"category": "Accounting",
|
||||
"license": "AGPL-3",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"name": "Account Invoice Constraint Chronology",
|
||||
"version": "13.0.1.0.1",
|
||||
"author": "Odoo Community Association (OCA), ACSONE SA/NV, CorporateHub",
|
||||
"website": "https://github.com/OCA/account-financial-tools/",
|
||||
"website": "https://github.com/OCA/account-financial-tools",
|
||||
"license": "AGPL-3",
|
||||
"category": "Accounting",
|
||||
"depends": ["account"],
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"name": "Account Loan management",
|
||||
"version": "13.0.1.1.0",
|
||||
"author": "Creu Blanca,Odoo Community Association (OCA)",
|
||||
"website": "http://github.com/OCA/account-financial-tools",
|
||||
"website": "https://github.com/OCA/account-financial-tools",
|
||||
"license": "AGPL-3",
|
||||
"category": "Accounting",
|
||||
"depends": ["account"],
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"summary": "Introduces the purchase order line to the journal items",
|
||||
"version": "13.0.1.1.2",
|
||||
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
||||
"website": "https://www.github.com/OCA/account-financial-tools",
|
||||
"website": "https://github.com/OCA/account-financial-tools",
|
||||
"category": "Generic",
|
||||
"depends": ["purchase_stock"],
|
||||
"license": "AGPL-3",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"summary": "Introduces the purchase order line to the journal items",
|
||||
"version": "13.0.1.0.3",
|
||||
"author": "ForgeFlow S.L., " "Odoo Community Association (OCA)",
|
||||
"website": "http://www.github.com/OCA/account-financial-tools",
|
||||
"website": "https://github.com/OCA/account-financial-tools",
|
||||
"category": "Generic",
|
||||
"depends": [
|
||||
"account_move_line_stock_info",
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
{
|
||||
"name": "Account Move Line Amount Currency",
|
||||
"version": "13.0.1.0.0",
|
||||
"website": "https://github.com/OCA/account-financial-tools",
|
||||
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
||||
"category": "Accounts",
|
||||
"license": "LGPL-3",
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"category": "Accounting & Finance",
|
||||
"author": "Tecnativa, " "Odoo Community Association (OCA)",
|
||||
"license": "AGPL-3",
|
||||
"website": "https://github.com/OCA/account-financial-tools/",
|
||||
"website": "https://github.com/OCA/account-financial-tools",
|
||||
"depends": ["account"],
|
||||
"data": ["wizards/account_move_make_netting_view.xml"],
|
||||
"installable": True,
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"author": "Onestein,Odoo Community Association (OCA)",
|
||||
"maintainers": ["astirpe"],
|
||||
"license": "AGPL-3",
|
||||
"website": "https://github.com/OCA/account-financial-tools/",
|
||||
"website": "https://github.com/OCA/account-financial-tools",
|
||||
"category": "Accounting & Finance",
|
||||
"depends": ["account"],
|
||||
"data": [
|
||||
|
||||
@@ -115,7 +115,6 @@ class AccountSpreadInvoiceLineLinkWizard(models.TransientModel):
|
||||
|
||||
def _inverse_spread_journal_account(self):
|
||||
"""Keep this for making the fields editable"""
|
||||
pass
|
||||
|
||||
@api.depends("company_id", "invoice_type")
|
||||
def _compute_spread_invoice_type_domain(self):
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"summary": "Modify when and how anglo saxon journal items are created",
|
||||
"version": "13.0.1.0.0",
|
||||
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
||||
"website": "http://www.github.com/OCA/account-financial-tools",
|
||||
"website": "https://github.com/OCA/account-financial-tools",
|
||||
"category": "Generic",
|
||||
"depends": ["stock_account"],
|
||||
"post_load": "post_load_hook",
|
||||
|
||||
Reference in New Issue
Block a user