Skip to content
Extraits de code Groupes Projets
Valider c78f390e rédigé par Benjamin - Le Filament's avatar Benjamin - Le Filament
Parcourir les fichiers

[clean] clean code

parent 7195d299
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -193,6 +193,7 @@
<attribute name="ur_sidebar_filter">True</attribute>
</calendar>
<field name="partner_ids" position="before">
<field name="project_id" invisible="1"/>
<field name="ur_id" invisible="1"/>
<field name="coop_id" options="{'no_open': True, 'no_create': True}"/>
<field name="type" options="{'no_open': True, 'no_create': True}"/>
......
......@@ -2,14 +2,14 @@
from odoo import models, api
class AccountInvoiceConfirm(models.TransientModel):
class CalendarEventTransform(models.TransientModel):
"""
This wizard will transform the all the selected
calendar entries to timesheet
"""
_name = "calendar.event.transform"
_description = "Confirm the selected invoices"
_description = "Confirm the selected calendar entries"
@api.multi
def events_confirm(self):
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter