Skip to content
Snippets Groups Projects
Commit e052d779 authored by Benjamin - Le Filament's avatar Benjamin - Le Filament
Browse files

[cgscop #224] ajout num projet

parent 25c28dad
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@ class ScopPartner(models.Model):
_inherit = "res.partner"
# Processus d'adhésion
project_number = fields.Char('N° Projet')
percent_realisation = fields.Selection(
[(0, 0),
(20, 20),
......
......@@ -4,6 +4,12 @@
<odoo>
<data>
<!-- ******************************
*** Inherited Views
****************************** -->
<!--
Inherited Scop Partner Kanban
-->
<record id="view_partner_cooperative_adhesion_kanban" model="ir.ui.view">
<field name="name">cooperative.kanban.adhesion</field>
<field name="model">res.partner</field>
......@@ -31,6 +37,7 @@
<page name="adhesion_processus1" string="Processus d'Adhésion" attrs="{'invisible': [('project_status','=','6_suivi')]}">
<group col="3">
<group string="Général">
<field name="project_number"/>
<field name="percent_realisation" widget="priority" />
<field name="date_realisation"/>
<field name="prescriber_canal_id" widget="res_partner_many2one" options="{'no_create': True, 'no_open': True}"/>
......@@ -159,4 +166,4 @@
</record>
</data>
</odoo>
\ No newline at end of file
</odoo>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment