[IMP] *: pre-commit execution

This commit is contained in:
João Marques
2021-11-25 15:11:51 +00:00
parent 0f00d0c7ca
commit 3f608db950
11 changed files with 10 additions and 9 deletions

View File

@@ -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",

View File

@@ -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",

View File

@@ -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"],

View File

@@ -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"],

View File

@@ -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",

View File

@@ -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",

View File

@@ -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",

View File

@@ -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,

View File

@@ -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": [

View File

@@ -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):

View File

@@ -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",