Browse Source

[MIG] account_financial_report_date_range: Migration to 12.0

pull/688/head
Nikos Tsirintanis 4 years ago
parent
commit
295a41f918
  1. 2
      account_financial_report_date_range/__manifest__.py
  2. 1
      account_financial_report_date_range/readme/CONTRIBUTORS.rst
  3. 8
      account_financial_report_date_range/wizards/accounting_report.xml

2
account_financial_report_date_range/__manifest__.py

@ -7,7 +7,7 @@
Add Date Range field to the Odoo OE standard addons
financial reports wizard.
""",
'version': '11.0.1.0.0',
'version': '12.0.1.0.0',
'category': 'Accounting & Finance',
'website': 'https://github.com/OCA/account-financial-reporting',
'author': 'Noviat,'

1
account_financial_report_date_range/readme/CONTRIBUTORS.rst

@ -1 +1,2 @@
* Luc De Meyer <luc.demeyer@noviat.com>
* Nikos Tsirintanis <ntsirintanis@therp.nl>

8
account_financial_report_date_range/wizards/accounting_report.xml

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<odoo>
<record id="accounting_report_view" model="ir.ui.view">
<field name="name">accounting.report.form.date_range</field>
<field name="model">accounting.report</field>
<field name="inherit_id" ref="account.accounting_report_view"/>
<record id="account_common_report_view" model="ir.ui.view">
<field name="name">account.common.report.form.date_range</field>
<field name="model">account.common.report</field>
<field name="inherit_id" ref="account.account_common_report_view"/>
<field name="arch" type="xml">
<field name="date_from" position="before">
<field name="date_range_id" options="{'no_create_edit': True, 'no_create': True}"/>

Loading…
Cancel
Save