Skip to content

Commit

Permalink
IMP terms and author
Browse files Browse the repository at this point in the history
  • Loading branch information
eLBati committed May 30, 2016
1 parent 02e34e3 commit dcc68e6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion account_tax_balance/README.rst
Expand Up @@ -12,7 +12,7 @@ It depends on date_range module and exposes 'compute' methods that can be called
Usage
=====

Accounting --> Reporting --> Open Tax Balances
Accounting --> Reporting --> Taxes Balance

Select the company, the date range, the target moves and 'open taxes'

Expand Down
3 changes: 2 additions & 1 deletion account_tax_balance/__openerp__.py
Expand Up @@ -7,7 +7,8 @@
"version": "9.0.1.0.0",
"category": "Accounting & Finance",
"website": "https://www.agilebg.com/",
"author": "Agile Business Group, Odoo Community Association (OCA)",
"author": "Agile Business Group, Therp BV, "
"Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": False,
"installable": True,
Expand Down
2 changes: 1 addition & 1 deletion account_tax_balance/views/account_tax_view.xml
Expand Up @@ -38,7 +38,7 @@
</field>
</record>
<record id="action_tax_balances_tree" model="ir.actions.act_window">
<field name="name">Tax Balances</field>
<field name="name">Taxes Balance</field>
<field name="res_model">account.tax</field>
<field name="view_type">form</field>
<field name="view_mode">tree</field>
Expand Down
4 changes: 2 additions & 2 deletions account_tax_balance/wizard/open_tax_balances_view.xml
Expand Up @@ -5,7 +5,7 @@
<field name="name">wizard_open_tax_balances</field>
<field name="model">wizard.open.tax.balances</field>
<field name="arch" type="xml">
<form string="Open Tax Balances">
<form string="Taxes Balance">
<group>
<field name="company_id"/>
<field name="date_range_id"/>
Expand All @@ -23,7 +23,7 @@
</record>

<record id="action_open_tax_balances" model="ir.actions.act_window">
<field name="name">Open Tax Balances</field>
<field name="name">Taxes Balance</field>
<field name="res_model">wizard.open.tax.balances</field>
<field name="view_type">form</field>
<field name="view_mode">form</field>
Expand Down

0 comments on commit dcc68e6

Please sign in to comment.