Fixes to partner_scrapper module and payslip module for 17.0 migration
This commit is contained in:
parent
4e3e56a1eb
commit
5a006ec396
3 changed files with 4 additions and 3 deletions
|
|
@ -20,7 +20,8 @@
|
|||
'data': [
|
||||
# No security
|
||||
'views/res_partner_views.xml',
|
||||
'data/res_partner_relation_type.xml'
|
||||
# Commented for migration to 17, raises error on update
|
||||
# 'data/res_partner_relation_type.xml'
|
||||
],
|
||||
"assets": {
|
||||
"web.assets_backend": [
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
<field name="is_odoo_user"/>Odoo User
|
||||
<field name="is_odoo_partner"/>Odoo Partner
|
||||
<br/>
|
||||
<div attrs="{'invisible': [('is_odoo_partner', '=', False)]}">
|
||||
<div invisible="not is_odoo_partner">
|
||||
<h3><field name="odoo_partner_type"/> Partner</h3>
|
||||
</div>
|
||||
</field>
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
#
|
||||
{
|
||||
'name': 'Payslip Done as To Pay',
|
||||
'version': '16.0.1.0.0',
|
||||
'version': '17.0.1.0.0',
|
||||
'summary': 'Payslips in "Done" state appear as "To Pay"',
|
||||
'category': 'Human Resources/Payroll',
|
||||
'author': 'Bemade Inc.',
|
||||
|
|
|
|||
Loading…
Reference in a new issue