report hinzufügen

develop
Andreas Brückl 2017-11-16 17:04:34 +01:00
parent 1752eebd03
commit 4bfacb41f5
5 changed files with 8 additions and 6 deletions

View File

@ -8,7 +8,7 @@ db_port = 5432
db_user = False db_user = False
db_password = False db_password = False
addons_path = ext/odoo/addons,ext/custom-addons addons_path = ext/odoo/addons,ext/custom-addons,ext/3rd-party-addons
; For enterprise use the addons path bellow ; For enterprise use the addons path bellow
; addons_path = ext/enterprise-addons,ext/odoo/addons,ext/3rd-party-addons,ext/custom-addons,dmi/run1 ; addons_path = ext/enterprise-addons,ext/odoo/addons,ext/3rd-party-addons,ext/custom-addons,dmi/run1
timezone = Europe/Vienna timezone = Europe/Vienna

View File

@ -30,7 +30,9 @@
'website': 'http://www.datenpol.at/', 'website': 'http://www.datenpol.at/',
'depends': [ 'depends': [
'base', 'base',
'partner_second_lastname' 'partner_second_lastname',
'account',
'sale_stock'
], ],
'data': [ 'data': [
'data/dp_custom_data.xml', 'data/dp_custom_data.xml',

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<odoo noupdate="0"> <odoo noupdate="1">
<record id="glaser_and_co_company" model="res.company"> <record id="glaser_and_co_company" model="res.company">
<field name="name">Glaser &amp; Co.</field> <field name="name">Glaser &amp; Co.</field>
<field name="street">Neugasse 36</field> <field name="street">Neugasse 36</field>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<odoo noupdate="0"> <odoo noupdate="1">
<record id="tz_admin_user" model="res.users"> <record id="tz_admin_user" model="res.users">
<field name="lastname">TZ Tischlerzentrum ADMIN</field> <field name="lastname">TZ Tischlerzentrum ADMIN</field>
<field name="login">tz-admin</field> <field name="login">tz-admin</field>

View File

@ -192,8 +192,8 @@ class Config():
'sale_management', 'sale_management',
'l10n_at', 'l10n_at',
'dp_custom', 'dp_custom',
'dp_custom_reports_sale', 'dp_reports_sale',
'dp_custom_reports_account', 'dp_reports_account',
# 'dp_reports_purchase', # 'dp_reports_purchase',
# 'dp_reports_stock', # 'dp_reports_stock',
'account_cancel', 'account_cancel',