Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

project_integration: XML import error: External ID not found in the system: project.action_project_task_reevaluate #6

Open
Nick-OpusVL opened this issue Oct 8, 2014 · 0 comments
Labels

Comments

@Nick-OpusVL
Copy link
Contributor

Installing project_time_easy_scheduling produces this:

It looks like the error's actually in the project_integration module.

ParseError: "External ID not found in the system: project.action_project_task_reevaluate" while parsing /home/nick.booker/cu/ep/m/src/odoo-critical-path/project_integration/project_integration_view.xml:27, near
<record id="edit_project" model="ir.ui.view">
            <field name="name">project.project.form</field>
            <field name="model">project.project</field>
            <field name="type">form</field>
            <field name="inherit_id" ref="project.edit_project"/>
            <field name="arch" type="xml">  
                <notebook position="inside">
                    <page string="Relationships">
                        <separator string="Predecessor Projects" colspan="4"/>
                        <field colspan="4" height="150" name="predecessor_ids" nolabel="1"/>
                        <separator string="Successor Projects" colspan="4"/>
                        <field colspan="4" height="150" name="successor_ids" nolabel="1"/>                            
                    </page>                         
                    <page string="Activities">
                            <field colspan="4" name="tasks" nolabel="1" mode="tree,form" context="{'default_project_id': active_id}">
                                <tree string="Activities">
                                    <field name="id"/>
                                    <field name="name"/>
                                    <field name="date_early_start"/>
                                    <field name="date_late_finish"/>
                                    <field name="milestone"/>
                                    <field name="state"/>
                                    <button name="do_ready" states="draft,pending,open" string="Ready to start" type="object" icon="gtk-ok"/>
                                    <button name="do_cancel" states="draft,ready,open,pending" string="Cancel" type="object" icon="gtk-cancel"/>
                                    <button name="do_draft" states="ready" string="Draft" type="object" icon="gtk-indent"/>
                                    <button name="do_open" states="ready,pending" string="Start Task" type="object" icon="gtk-execute"/>
                                    <button name="%(project.action_project_task_reevaluate)d" states="done,cancelled" string="Reactivate" type="action" icon="gtk-convert" context="{'button_reactivate':True}"/>
                                    <button name="do_pending" states="ready, open" string="Pending" type="object" icon="gtk-media-pause"/>
                                    <button name="%(project.action_project_task_delegate)d" states="pending,open,draft" string="Delegate" type="action" icon="gtk-sort-descending" help="For changing to delegate state"/>                                
                                    <button name="action_close" states="pending,open" string="Done" type="object" icon="terp-dialog-close"/>                                                                    
                                </tree>
                             </field>
                     </page>  
                </notebook>


            </field>                        
        </record>       


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant