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

12.0 website modules porting #447

Closed
wants to merge 17 commits into from

Conversation

Ommo73
Copy link

@Ommo73 Ommo73 commented Aug 13, 2019

  • website_sale_refund
  • portal_event_tickets
  • website_event_attendee_fields
  • website_event_attendee_fields_custom
  • website_event_attendee_signup
  • website_event_require_login

@Ommo73 Ommo73 force-pushed the 12.0-website_modules-porting branch 2 times, most recently from 0aef372 to 8b0d135 Compare August 16, 2019 09:57
@Ommo73 Ommo73 force-pushed the 12.0-website_modules-porting branch 12 times, most recently from 676dcfb to dc12513 Compare August 23, 2019 09:35
Copy link

@KolushovAlexandr KolushovAlexandr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apply changes from 10th branch for

  • website_event_attendee_fields
  • website_sale_refund
    and add me there as a contributor too, please

@Ommo73 Ommo73 force-pushed the 12.0-website_modules-porting branch 2 times, most recently from 2d5734f to cde3fe0 Compare August 29, 2019 12:54
Copy link

@kaadevelop kaadevelop left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

├─ oca_dependencies.txt
├─ portal_event_tickets/
|  ├─ README.rst
|  ├─ __init__.py
|  ├─ __manifest__.py
|  ├─ controllers/
|  |  ├─ __init__.py
|  |  └─ main.py
|  ├─ data/
|  |  ├─ mail_template_data.xml
|  |  └─ res_users_demo.xml
|  ├─ doc/
|  |  └─ index.rst
|  ├─ models/
|  |  ├─ __init__.py
|  |  ├─ event.py
|  |  ├─ event_mail.py
|  |  ├─ event_registration.py
|  |  ├─ sale_order.py
|  |  └─ website.py
|  ├─ static/
|  |  └─ src/
|  |     └─ js/
|  |        ├─ ticket_change.tour.js
|  |        └─ ticket_transfer.tour.js
|  ├─ tests/
|  |  ├─ __init__.py
|  |  ├─ common.py
|  |  ├─ test_ticket_change.py
|  |  └─ test_ticket_transfer.py
|  └─ views/
|     ├─ assets_demo.xml
|     ├─ event_event.xml
|     ├─ event_registration.xml
|     └─ portal_templates.xml
├─ web_login_background/
|  └─ models.py
├─ website_event_attendee_fields/
|  ├─ README.rst
|  ├─ __init__.py
|  ├─ __manifest__.py
|  ├─ controllers/
|  |  ├─ __init__.py
|  |  └─ main.py
|  ├─ data/
|  |  ├─ event_event_attendee_field_demo.xml
|  |  └─ event_event_demo.yml
|  ├─ doc/
|  |  ├─ changelog.rst
|  |  └─ index.rst
|  ├─ models/
|  |  ├─ __init__.py
|  |  ├─ event_event.py
|  |  ├─ event_registration.py
|  |  └─ sale_order.py
|  ├─ static/
|  |  ├─ description/
|  |  |  └─ index.html
|  |  └─ src/
|  |     └─ js/
|  |        ├─ registration_form.js
|  |        └─ test_tour.js
|  ├─ tests/
|  |  ├─ __init__.py
|  |  ├─ common.py
|  |  ├─ test_backend.py
|  |  ├─ test_security.py
|  |  └─ test_workflow.py
|  └─ views/
|     ├─ assets.xml
|     ├─ assets_demo.xml
|     ├─ event_event_views.xml
|     └─ website_event_templates.xml
├─ website_event_attendee_fields_custom/
|  ├─ README.rst
|  ├─ __init__.py
|  ├─ __manifest__.py
|  ├─ data/
|  |  ├─ event_event_attendee_field_data.xml
|  |  └─ event_event_demo.yml
|  ├─ doc/
|  |  └─ index.rst
|  ├─ models/
|  |  ├─ __init__.py
|  |  └─ res_partner.py
|  ├─ static/
|  |  └─ description/
|  |     └─ index.html
|  └─ views/
|     └─ website_event_templates.xml
├─ website_event_attendee_signup/
|  ├─ README.rst
|  ├─ __init__.py
|  ├─ __manifest__.py
|  ├─ data/
|  |  └─ mail_template_data.xml
|  ├─ doc/
|  |  └─ index.rst
|  ├─ models/
|  |  ├─ __init__.py
|  |  ├─ event_event.py
|  |  └─ event_registration.py
|  ├─ static/
|  |  └─ description/
|  |     └─ index.html
|  └─ tests/
|     ├─ __init__.py
|     ├─ common.py
|     └─ test_create.py
├─ website_event_require_login/
|  ├─ README.rst
|  ├─ __init__.py
|  ├─ __manifest__.py
|  ├─ doc/
|  |  └─ index.rst
|  ├─ static/
|  |  └─ description/
|  |     └─ index.html
|  └─ views/
|     └─ website_event_sale_templates.xml
├─ website_multi_company_blog/
|  ├─ README.rst
|  ├─ __manifest__.py
|  ├─ doc/
|  |  └─ index.rst
|  └─ static/
|     └─ description/
|        └─ index.html
├─ website_multi_company_demo/
|  ├─ README.rst
|  ├─ __manifest__.py
|  ├─ doc/
|  |  └─ index.rst
|  ├─ images/
|  |  └─ banner.jpg
|  └─ static/
|     └─ description/
|        └─ index.html
├─ website_multi_company_sale/
|  ├─ README.rst
|  ├─ __manifest__.py
|  ├─ doc/
|  |  └─ index.rst
|  └─ static/
|     └─ description/
|        └─ index.html
└─ website_sale_refund/
   ├─ README.rst
   ├─ __init__.py
   ├─ __manifest__.py
   ├─ controllers/
   |  ├─ __init__.py
   |  └─ main.py
   ├─ data/
   |  └─ product.xml
   ├─ doc/
   |  ├─ changelog.rst
   |  └─ index.rst
   ├─ models/
   |  ├─ __init__.py
   |  └─ sale_order.py
   └─ views/
      ├─ sale_order_views.xml
      └─ website_sale_templates.xml

Installable modules remain unchanged.

Not installable modules remain unchanged.

No new features in doc/changelog.rst files of installable modules

sent by ✌️ Review Bot

@Ommo73 Ommo73 force-pushed the 12.0-website_modules-porting branch 3 times, most recently from dd20e4e to b88e281 Compare September 3, 2019 13:19
Copy link
Contributor

@itpp-bot itpp-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

└─ oca_dependencies.txt

10 installable modules are updated:

├─ portal_event_tickets/
|  ├─ README.rst
|  ├─ __init__.py
|  ├─ __manifest__.py
|  ├─ controllers/
|  |  ├─ __init__.py
|  |  └─ main.py
|  ├─ data/
|  |  ├─ mail_template_data.xml
|  |  └─ res_users_demo.xml
|  ├─ doc/
|  |  └─ index.rst
|  ├─ models/
|  |  ├─ __init__.py
|  |  ├─ event.py
|  |  ├─ event_mail.py
|  |  ├─ event_registration.py
|  |  ├─ sale_order.py
|  |  └─ website.py
|  ├─ static/
|  |  └─ src/
|  |     └─ js/
|  |        ├─ ticket_change.tour.js
|  |        └─ ticket_transfer.tour.js
|  ├─ tests/
|  |  ├─ __init__.py
|  |  ├─ common.py
|  |  ├─ test_ticket_change.py
|  |  └─ test_ticket_transfer.py
|  └─ views/
|     ├─ assets_demo.xml
|     ├─ event_event.xml
|     ├─ event_registration.xml
|     └─ portal_templates.xml
├─ web_login_background/
|  └─ models.py
├─ website_event_attendee_fields/
|  ├─ README.rst
|  ├─ __init__.py
|  ├─ __manifest__.py
|  ├─ controllers/
|  |  ├─ __init__.py
|  |  └─ main.py
|  ├─ data/
|  |  ├─ event_event_attendee_field_demo.xml
|  |  └─ event_event_demo.yml
|  ├─ doc/
|  |  ├─ changelog.rst
|  |  └─ index.rst
|  ├─ models/
|  |  ├─ __init__.py
|  |  ├─ event_event.py
|  |  ├─ event_registration.py
|  |  └─ sale_order.py
|  ├─ static/
|  |  ├─ description/
|  |  |  └─ index.html
|  |  └─ src/
|  |     └─ js/
|  |        ├─ registration_form.js
|  |        └─ test_tour.js
|  ├─ tests/
|  |  ├─ __init__.py
|  |  ├─ common.py
|  |  ├─ test_backend.py
|  |  ├─ test_security.py
|  |  └─ test_workflow.py
|  └─ views/
|     ├─ assets.xml
|     ├─ assets_demo.xml
|     ├─ event_event_views.xml
|     └─ website_event_templates.xml
├─ website_event_attendee_fields_custom/
|  ├─ README.rst
|  ├─ __init__.py
|  ├─ __manifest__.py
|  ├─ data/
|  |  ├─ event_event_attendee_field_data.xml
|  |  └─ event_event_demo.yml
|  ├─ doc/
|  |  └─ index.rst
|  ├─ models/
|  |  ├─ __init__.py
|  |  └─ res_partner.py
|  ├─ static/
|  |  └─ description/
|  |     └─ index.html
|  └─ views/
|     └─ website_event_templates.xml
├─ website_event_attendee_signup/
|  ├─ README.rst
|  ├─ __init__.py
|  ├─ __manifest__.py
|  ├─ data/
|  |  └─ mail_template_data.xml
|  ├─ doc/
|  |  └─ index.rst
|  ├─ models/
|  |  ├─ __init__.py
|  |  ├─ event_event.py
|  |  └─ event_registration.py
|  ├─ static/
|  |  └─ description/
|  |     └─ index.html
|  └─ tests/
|     ├─ __init__.py
|     ├─ common.py
|     └─ test_create.py
├─ website_event_require_login/
|  ├─ README.rst
|  ├─ __init__.py
|  ├─ __manifest__.py
|  ├─ doc/
|  |  └─ index.rst
|  ├─ static/
|  |  └─ description/
|  |     └─ index.html
|  └─ views/
|     └─ website_event_sale_templates.xml
├─ website_multi_company_blog/
|  ├─ README.rst
|  ├─ __manifest__.py
|  ├─ doc/
|  |  └─ index.rst
|  └─ static/
|     └─ description/
|        └─ index.html
├─ website_multi_company_demo/
|  ├─ README.rst
|  ├─ __manifest__.py
|  ├─ doc/
|  |  └─ index.rst
|  ├─ images/
|  |  └─ banner.jpg
|  └─ static/
|     └─ description/
|        └─ index.html
├─ website_multi_company_sale/
|  ├─ README.rst
|  ├─ __manifest__.py
|  ├─ doc/
|  |  └─ index.rst
|  └─ static/
|     └─ description/
|        └─ index.html
└─ website_sale_refund/
   ├─ README.rst
   ├─ __init__.py
   ├─ __manifest__.py
   ├─ controllers/
   |  ├─ __init__.py
   |  └─ main.py
   ├─ data/
   |  └─ product.xml
   ├─ doc/
   |  ├─ changelog.rst
   |  └─ index.rst
   ├─ models/
   |  ├─ __init__.py
   |  └─ sale_order.py
   └─ views/
      ├─ sale_order_views.xml
      └─ website_sale_templates.xml

Not installable modules remain unchanged.

sent by ✌️ Odoo Review Bot

-------

- **Fix** Error related to availability of buying multiple tickets registered to the same person

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Has to be tested

-------

- **Fix:** issue about refunding the whole order instead of only one line

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Has to be tested

@Ommo73 Ommo73 force-pushed the 12.0-website_modules-porting branch from 760cafc to 02043f7 Compare September 4, 2019 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants