Browse Source

makedonation form

master
root 3 years ago
parent
commit
eb1c827402
2 changed files with 3 additions and 1 deletions
  1. +1
    -0
      __manifest__.py
  2. +2
    -1
      controllers/__init__.py

+ 1
- 0
__manifest__.py View File

@ -40,6 +40,7 @@
'views/website_sale.xml',
'views/aggregate.xml',
'wizard/operation_duplicate_wizard.xml'
'views/website_donation.xml'
],


+ 2
- 1
controllers/__init__.py View File

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
from . import controllers
from . import controllers
from . import donation

Loading…
Cancel
Save