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 saas_apps_signup #108

Closed
wants to merge 14 commits into from

Conversation

em230418
Copy link
Member

Мержить можно после того, как зальем эти два PR:

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

6 installable modules are updated:

├─ saas/
|  ├─ __manifest__.py
|  ├─ data/
|  |  ├─ ir_cron_data.xml
|  |  └─ saas_operator_data.xml
|  ├─ doc/
|  |  └─ changelog.rst
|  ├─ models/
|  |  ├─ saas_db.py
|  |  ├─ saas_operator.py
|  |  └─ saas_template.py
|  └─ views/
|     └─ saas_db_views.xml
├─ saas_access_apps/
|  ├─ README.rst
|  ├─ __init__.py
|  ├─ __manifest__.py
|  ├─ doc/
|  |  ├─ changelog.rst
|  |  └─ index.rst
|  ├─ models/
|  |  ├─ __init__.py
|  |  ├─ saas_db.py
|  |  └─ saas_operator.py
|  ├─ static/
|  |  └─ description/
|  |     └─ icon.png
|  └─ views/
|     └─ saas_db.xml
├─ saas_apps_signup/
|  ├─ README.rst
|  ├─ __init__.py
|  ├─ __manifest__.py
|  ├─ controllers/
|  |  ├─ __init__.py
|  |  ├─ auth_signup.py
|  |  └─ main.py
|  ├─ data/
|  |  └─ auth_signup_data.xml
|  ├─ doc/
|  |  ├─ changelog.rst
|  |  └─ index.rst
|  ├─ exceptions.py
|  ├─ models/
|  |  ├─ __init__.py
|  |  └─ res_users.py
|  ├─ static/
|  |  ├─ description/
|  |  |  └─ icon.png
|  |  └─ src/
|  |     └─ js/
|  |        ├─ saas_apps.js
|  |        └─ signup.js
|  └─ views/
|     ├─ assets.xml
|     └─ auth_signup.xml
├─ saas_expiration/
|  ├─ README.rst
|  ├─ __init__.py
|  ├─ __manifest__.py
|  ├─ doc/
|  |  ├─ changelog.rst
|  |  └─ index.rst
|  ├─ models/
|  |  ├─ __init__.py
|  |  ├─ saas_db.py
|  |  └─ saas_operator.py
|  ├─ static/
|  |  └─ description/
|  |     └─ icon.png
|  └─ views/
|     └─ saas_db.xml
├─ saas_limit_max_users/
|  ├─ README.rst
|  ├─ __init__.py
|  ├─ __manifest__.py
|  ├─ doc/
|  |  ├─ changelog.rst
|  |  └─ index.rst
|  ├─ models/
|  |  ├─ __init__.py
|  |  ├─ saas_db.py
|  |  └─ saas_operator.py
|  ├─ static/
|  |  └─ description/
|  |     └─ icon.png
|  └─ views/
|     └─ saas_db.xml
└─ saas_portal/
   ├─ README.rst
   ├─ __init__.py
   ├─ __manifest__.py
   ├─ controllers/
   |  ├─ __init__.py
   |  └─ main.py
   ├─ doc/
   |  ├─ changelog.rst
   |  └─ index.rst
   ├─ models/
   |  ├─ __init__.py
   |  └─ saas_db.py
   ├─ security/
   |  ├─ ir.model.access.csv
   |  └─ saas_db_security.xml
   ├─ static/
   |  └─ description/
   |     └─ icon.png
   └─ views/
      ├─ portal_templates.xml
      └─ saas_db.xml

Not installable modules remain unchanged.

sent by ✌️ Odoo Review Bot

- **Fix:** no extra rigths required to read build's URL
- **Improvement:** Removed {db_id} variable for generating database name
- **Improvement:** Added helper methods `execute_kw` and `xmlid_lookup` on `saas.db` model

Copy link
Contributor

Choose a reason for hiding this comment

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

😍

`1.0.0`
-------

- **Init version**
Copy link
Contributor

Choose a reason for hiding this comment

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

😍

`1.0.0`
-------

- **Init version**
Copy link
Contributor

Choose a reason for hiding this comment

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

😍

`1.0.0`
-------

- **Init version**
Copy link
Contributor

Choose a reason for hiding this comment

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

😍

`1.0.0`
-------

- **Init version**
Copy link
Contributor

Choose a reason for hiding this comment

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

😍

`1.0.0`
-------

- **Init version**
Copy link
Contributor

Choose a reason for hiding this comment

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

😍

@em230418 em230418 closed this Feb 25, 2021
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.

2 participants