Browse Source

Port to 10.0

pull/8/head
Daniel Reis 6 years ago
parent
commit
0a36f10420
  1. 2
      oca_dependencies.txt
  2. 2
      privacy/__manifest__.py
  3. 4
      privacy/security/data_protection.xml
  4. 4
      privacy/views/data_protection_menu_view.xml

2
oca_dependencies.txt

@ -2,5 +2,3 @@
# Add a repository url and branch if you need a forked version
#
reporting-engine
# https://github.com/OCA/OCB/pull/753
odoo https://github.com/Eficent/odoo 9.0-fix-web_controller_report_datas2data

2
privacy/__openerp__.py → privacy/__manifest__.py

@ -3,7 +3,7 @@
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
{
'name': 'Data Privacy and Protection',
'version': '9.0.1.0.0',
'version': '10.0.1.0.0',
'category': 'Data Protection',
'summary': 'Provides data privacy and protection features '
'to comply to regulations, such as GDPR.',

4
privacy/security/data_protection.xml

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2018 Eficent Business and IT Consulting Services S.L.
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl-3.0) -->
<openerp>
<odoo>
<data noupdate="0">
<record model="ir.module.category" id="module_category_data_protection">
@ -22,4 +22,4 @@
</record>
</data>
</openerp>
</odoo>

4
privacy/views/data_protection_menu_view.xml

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!-- Copyright 2018 Eficent Business and IT Consulting Services S.L.
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl-3.0) -->
<openerp>
<odoo>
<data>
<record id="action_data_protection_partner_form" model="ir.actions.act_window">
@ -52,4 +52,4 @@
/>
</data>
</openerp>
</odoo>
Loading…
Cancel
Save