Skip to content

Commit

Permalink
[MIG][l10n_it_account_balance_report] mig. to v. 14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickt-oforce committed Jan 12, 2023
1 parent 06f526a commit 7e7e3fa
Show file tree
Hide file tree
Showing 18 changed files with 1,310 additions and 1,635 deletions.
13 changes: 9 additions & 4 deletions l10n_it_account_balance_report/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,31 @@

{
"name": "ITA - Stato patrimoniale e conto economico",
"summary": "Rendicontazione .pdf e .xls per stato patrimoniale e conto"
"summary": "Rendicontazione .pdf per stato patrimoniale e conto"
" economico a sezioni contrapposte",
"version": "12.0.1.0.3",
"version": "14.0.1.0.0",
"category": "Localisation/Italy",
"author": "Odoo Community Association (OCA), Openforce",
"maintainers": ["SilvioGregorini"],
"website": "https://github.com/OCA/l10n-italy" "/l10n_it_account_balance_report",
"license": "AGPL-3",
"depends": [
"account",
"account_financial_report",
"account_type_menu",
"account_menu",
"l10n_it_account",
"web",
],
"data": [
"security/ir.model.access.csv",
"data/account_type.xml",
"report/templates/account_balance_report.xml",
"report/reports.xml",
"views/action_client.xml",
"views/account_types.xml",
"wizard/wizard_account_balance_report.xml",
],
"qweb": [
"static/src/xml/report.xml",
],
"installable": True,
}
778 changes: 0 additions & 778 deletions l10n_it_account_balance_report/i18n/it.po

This file was deleted.

393 changes: 177 additions & 216 deletions l10n_it_account_balance_report/i18n/l10n_it_account_balance_report.pot

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions l10n_it_account_balance_report/models/account_account.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ class Account(models.Model):
# report independent from Odoo's accounting workflow, so we'll use this
# new field for the report
account_balance_report_section = fields.Selection(
[
("assets", "Assets"),
("expenses", "Expenses"),
("incomes", "Incomes"),
("liabilities", "Liabilities"),
],
# [
# ("assets", "Assets"),
# ("expenses", "Expenses"),
# ("incomes", "Incomes"),
# ("liabilities", "Liabilities"),
# ],
readonly=True,
related="user_type_id.account_balance_report_section",
string="Account Balance Report - Section",
Expand Down
2 changes: 1 addition & 1 deletion l10n_it_account_balance_report/report/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

from . import account_balance_report
from . import account_balance_report_xlsx
from . import trial_balance_report
from . import trial_balance
Loading

0 comments on commit 7e7e3fa

Please sign in to comment.