Browse Source

[REFACT] remove commented code

pull/1/head
houssine 6 years ago
parent
commit
7f215f591d
  1. 1
      easy_my_coop/controllers/main.py

1
easy_my_coop/controllers/main.py

@ -12,7 +12,6 @@ from openerp.tools.translate import _
_TECHNICAL = ['view_from', 'view_callback'] # Only use for behavior, don't stock it
_BLACKLIST = ['id', 'create_uid', 'create_date', 'write_uid', 'write_date', 'user_id', 'active'] # Allow in description
#_REQUIRED = ['email','firstname','lastname','birthdate','address','share_product_id','ordered_parts','zip_code','city','iban','no_registre','gender'] # Could be improved including required from model
class WebsiteSubscription(http.Controller):

Loading…
Cancel
Save