Browse Source

[UPDT] Report sequence issue

pull/178/head
Ajmal Cybro 4 years ago
parent
commit
f43587a489
  1. 4
      base_accounting_kit/__manifest__.py
  2. 1
      base_accounting_kit/data/account_financial_report_data.xml
  3. 6
      base_accounting_kit/doc/changelog.md

4
base_accounting_kit/__manifest__.py

@ -22,7 +22,7 @@
{
'name': 'Odoo 13 Full Accounting Kit',
'version': '13.0.4.10.14',
'version': '13.0.4.11.14',
'category': 'Accounting',
'live_test_url': 'https://www.youtube.com/watch?v=peAp2Tx_XIs',
'summary': """ Asset and Budget Management,
@ -41,7 +41,7 @@
Full Accounting Package,
Financial Reports, Financial Report for Odoo 13
""",
'author': ' Odoo SA,Cybrosys Techno Solutions',
'author': 'Cybrosys Techno Solutions, Odoo SA',
'website': "https://www.cybrosys.com",
'company': 'Cybrosys Techno Solutions',
'maintainer': 'Cybrosys Techno Solutions',

1
base_accounting_kit/data/account_financial_report_data.xml

@ -13,6 +13,7 @@
model="account.financial.report">
<field name="name">Income</field>
<field name="sign" eval="'-1'"/>
<field name="sequence">0</field>
<field name="parent_id"
ref="account_financial_report_profitandloss0"/>
<field name="display_detail">detail_with_hierarchy</field>

6
base_accounting_kit/doc/changelog.md

@ -108,3 +108,9 @@
#### Version 13.0.4.9.14
#### FIX
- Tax Report issue fixed
#### 26.05.2021
#### Version 13.0.4.11.14
#### UPDT
- Report sequence issue fixed

Loading…
Cancel
Save