[MIG]rma_Activity to v12

This commit is contained in:
ahenriquez
2019-10-08 11:37:52 +02:00
committed by hveficent
parent 7198694e0f
commit 05bc308d2f
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
{
'name': 'RMA (Return Merchandise Authorization)',
'version': '11.0.2.1.0',
'version': '12.0.2.3.0',
'license': 'LGPL-3',
'category': 'RMA',
'summary': 'Introduces the return merchandise authorization (RMA) process '

View File

@@ -10,7 +10,7 @@
<button type="object"
name="action_open_partner_rma"
class="oe_stat_button"
icon="fa-eject"
icon="fa-dropbox"
attrs="{'invisible':[('customer', '=', False)]}"
groups="rma.group_rma_customer_user,rma.group_rma_supplier_user">
<field name="rma_line_count" widget="statinfo"

View File

@@ -405,7 +405,7 @@
domain="[('activity_ids.date_deadline', '=', context_today().strftime('%Y-%m-%d'))]"/>
<filter string="Future Activities" name="activities_upcoming_all"
domain="[('activity_ids.date_deadline', '&gt;', context_today().strftime('%Y-%m-%d'))]"/>
<filter domain="[('assigned_to','=',uid)]" help="My RMAs"/>
<filter name="assigned_to" domain="[('assigned_to','=',uid)]" help="My RMAs"/>
<separator/>
<group name="stock_quantities" groups="stock.group_stock_user">
<filter name="to_receive" domain="[('state','!=', 'done'),('qty_to_receive','>',0.0)]" help="To Receive"/>