custumer refund displays wrong form view

Bug #489083 reported by Ferdinand
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Fix Released
Undecided
Unassigned

Bug Description

only "supplier" partners can be selected for customer refund
this is not logical

Related branches

Revision history for this message
Jay Vora (Serpent Consulting Services) (jayvora) wrote :

Hello Ferdinand,

Where do you face this issue?

Kindly specify more precisely.

Thank you.

Revision history for this message
Ferdinand (office-chricar) wrote :

a partner for customer refund must be declared as "suplier" - IMHO it must be customer
customer refund just checks the wrong field for partner m2o and shows only suplliers

        <record id="action_invoice_tree3" model="ir.actions.act_window">
            <field name="name">Customer Refunds</field>
            <field name="res_model">account.invoice</field>
            <field name="view_type">form</field>
            <field name="view_mode">tree,form,calendar,graph</field>
            <field eval="False" name="view_id"/>
            <field name="domain">[('type','=','out_refund')]</field>
            <field name="context">{'type':'out_refund'}</field>
        </record>
        <menuitem action="action_invoice_tree3" id="menu_action_invoice_tree3" parent="account.menu_finance_invoice"/>

apparently selects a form which requires a supplier as partner

Changed in openobject-addons:
status: New → Confirmed
summary: - custumer refund works only if partner is supplier
+ custumer refund displays wrong form view
Revision history for this message
Jay Vora (Serpent Consulting Services) (jayvora) wrote :

Thank you for pointing this out.

It has been corrected by revision 2471 <email address hidden>.

Changed in openobject-addons:
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.