account_analytic_default_normal_form_inherit_sec bug in the open menu analytic default

Bug #1098746 reported by David Romero
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
New
Undecided
Unassigned

Bug Description

Error in de line grey:'date_stop','and',('date_stop','<',(datetime.date.today().strftime('%%Y-%%m-%%d'))) the write not

path code:

    <record model="ir.ui.view" id="account_analytic_default_normal_form_inherit_sec">
        <field name="name">account.analytic.default.form.inherit</field>
        <field name="type">form</field>
        <field name="model">account.analytic.default</field>
        <field name="inherit_id" ref="account_analytic_default.view_account_analytic_default_tree"/>
        <field name="arch" type="xml">
            <tree string="Analytic Defaults" position="attributes">
     <attribute name="colors">grey:'date_stop','and',('date_stop','&lt;',(datetime.date.today().strftime('%%Y-%%m-%%d')))</attribute>
    </tree>
        </field>
    </record>

Revision history for this message
David Romero (david-romero) wrote :

The module has an error in the XML view view_account_analytic_default_tree.

David Romero C
TRESCloud
www.trescloud.com

information type: Private Security → Public
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.