Initial Port of customer statements

This commit is contained in:
Graeme Gellatly
2018-11-01 15:27:25 +13:00
committed by Miquel Raïch
parent 1ffec3d4ee
commit ad482b33d0
42 changed files with 4657 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="group_activity_statement" model="res.groups">
<field name="name">Use activity statements</field>
<field name="category_id" ref="base.module_category_hidden"/>
</record>
<record id="group_outstanding_statement" model="res.groups">
<field name="name">Use outstanding statements</field>
<field name="category_id" ref="base.module_category_hidden"/>
</record>
</odoo>