Skip to content

Commit

Permalink
imp: refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Tardo committed Aug 12, 2023
1 parent 36735c8 commit c78c0e1
Show file tree
Hide file tree
Showing 87 changed files with 8,955 additions and 11,836 deletions.
5 changes: 2 additions & 3 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,14 @@ overrides:
# Globals available in Odoo that shouldn't produce errorings
globals:
__OdooTerminal: readonly
_: readonly
_: off
$: readonly
fuzzy: readonly
jQuery: readonly
moment: readonly
odoo: readonly
py: readonly
chrome: readonly
browser: readonly
owl: readonly
openerp: off

# Styling is handled by Prettier, so we only need to enable AST rules;
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

**10.0.0**

```
IMP: Refactor to ESM
IMP: Project structure
IMP: Underscore is no longer used
IMP: Support Odoo master version
UPD: Use own icons
FIX: Interpreter arguments
FIX: Minor bugfixes
ADD: 'Extension Developer Zone' in the extension settings
```

**9.3.1**

```
Expand Down
46 changes: 0 additions & 46 deletions globals.js

This file was deleted.

7 changes: 3 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"content_scripts": [
{
"js": ["src/js/shared/content/content_script.js"],
"js": ["src/js/private/legacy/content_script.js"],
"matches": ["<all_urls>"],
"run_at": "document_idle"
}
Expand Down Expand Up @@ -46,8 +46,7 @@
"web_accessible_resources": [
"src/js/common/*",
"src/js/shared/*",
"globals.js",
"odoo/css/*",
"odoo/js/*"
"src/js/page/*",
"src/css/terminal.css"
]
}
80 changes: 0 additions & 80 deletions odoo/js/core/abstract/longpolling.js

This file was deleted.

140 changes: 0 additions & 140 deletions odoo/js/core/abstract/screen.js

This file was deleted.

Loading

0 comments on commit c78c0e1

Please sign in to comment.