8000 Master mysterious egg agau cleanup by agau-odoo · Pull Request #4689 · odoo-dev/odoo · GitHub
[go: up one dir, main page]

Skip to content

Master mysterious egg agau cleanup #4689

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

Open
wants to merge 20 commits into
base: master-mysterious-egg-next
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Empty file added addons/html_builder/__init__.py
Empty file.
55 changes: 55 additions & 0 deletions addons/html_builder/__manifest__.py
8000
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
'name': "HTML Builder",
'summary': "Generic html builder",
'description': """
This addon contains a generic html builder application. It is designed to be
used by the website builder and mass mailing editor.
""",

'author': "Odoo",
'website': "https://www.odoo.com",

# Categories can be used to filter modules in modules listing
# Check https://github.com/odoo/odoo/blob/15.0/odoo/addons/base/data/ir_module_category_data.xml
# for the full list
'category': 'Uncategorized',
'version': '0.1',

# any module necessary for this one to work correctly
# so stupid that we need to use the stupid defineMailModel helper, so we need
# to depend on mail
'depends': ['base', 'html_editor', 'mail'],

'assets': {
# this bundle is lazy loaded when the editor is ready
'html_builder.assets': [
('include', 'web._assets_helpers'),

'html_builder/static/src/bootstrap_overriden.scss',
'web/static/src/scss/pre_variables.scss',
'web/static/lib/bootstrap/scss/_variables.scss',
'web/static/lib/bootstrap/scss/_variables-dark.scss',
'web/static/lib/bootstrap/scss/_maps.scss',
'html_builder/static/src/**/*',
],
'html_builder.inside_builder_style': [
('include', 'web._assets_helpers'),
('include', 'web._assets_primary_variables'),
'web/static/src/scss/bootstrap_overridden.scss',
'html_builder/static/src/**/*.inside.scss',
],
'html_builder.assets_edit_frontend': [
('include', 'website.assets_edit_frontend'),
],
'html_builder.iframe_add_dialog': [
('include', 'web.assets_frontend'),
'html_builder/static/src/snippets/snippet_viewer.scss',
'website/static/src/snippets/**/*.edit.scss',
],
'web.assets_unit_tests': [
'html_builder/static/tests/**/*',
('include', 'html_builder.assets'),
],
},
'license': 'LGPL-3',
}
13 changes: 13 additions & 0 deletions addons/html_builder/static/image_shapes/brushed/brush_1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions addons/html_builder/static/image_shapes/brushed/brush_2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions addons/html_builder/static/image_shapes/brushed/brush_3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions addons/html_builder/static/image_shapes/brushed/brush_4.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions < 6B99 span class="Truncate"> addons/html_builder/static/image_shapes/composition/composition_line_2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
0