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

[ADD] zpl_printer, zpl_printer_mrp, zpl_printer_stock: Adding modules for direct label printing #364

Open
wants to merge 4 commits into
base: 16.0
Choose a base branch
from

[UPD] zpl_printer: adding test for zpl_printer

a504014
Select commit
Loading
Failed to load commit list.
Open

[ADD] zpl_printer, zpl_printer_mrp, zpl_printer_stock: Adding modules for direct label printing #364

[UPD] zpl_printer: adding test for zpl_printer
a504014
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Oct 2, 2024 in 1s

46.40% of diff hit (target 88.15%)

View this Pull Request on Codecov

46.40% of diff hit (target 88.15%)

Annotations

Check warning on line 30 in zpl_printer/controllers/report.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

zpl_printer/controllers/report.py#L29-L30

Added lines #L29 - L30 were not covered by tests

Check warning on line 34 in zpl_printer/controllers/report.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

zpl_printer/controllers/report.py#L32-L34

Added lines #L32 - L34 were not covered by tests

Check warning on line 38 in zpl_printer/controllers/report.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

zpl_printer/controllers/report.py#L37-L38

Added lines #L37 - L38 were not covered by tests

Check warning on line 40 in zpl_printer/controllers/report.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

zpl_printer/controllers/report.py#L40

Added line #L40 was not covered by tests

Check warning on line 44 in zpl_printer/controllers/report.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

zpl_printer/controllers/report.py#L44

Added line #L44 was not covered by tests

Check warning on line 53 in zpl_printer/controllers/report.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

zpl_printer/controllers/report.py#L53

Added line #L53 was not covered by tests

Check warning on line 55 in zpl_printer/controllers/report.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

zpl_printer/controllers/report.py#L55

Added line #L55 was not covered by tests

Check warning on line 58 in zpl_printer/controllers/report.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

zpl_printer/controllers/report.py#L58

Added line #L58 was not covered by tests

Check warning on line 61 in zpl_printer/controllers/report.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

zpl_printer/controllers/report.py#L61

Added line #L61 was not covered by tests

Check warning on line 66 in zpl_printer/controllers/report.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

zpl_printer/controllers/report.py#L65-L66

Added lines #L65 - L66 were not covered by tests

Check warning on line 70 in zpl_printer/controllers/report.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

zpl_printer/controllers/report.py#L70

Added line #L70 was not covered by tests

Check warning on line 72 in zpl_printer/controllers/report.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

zpl_printer/controllers/report.py#L72

Added line #L72 was not covered by tests

Check warning on line 81 in zpl_printer/controllers/report.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

zpl_printer/controllers/report.py#L75-L81

Added lines #L75 - L81 were not covered by tests

Check warning on line 15 in zpl_printer/model/ir_actions_report.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

zpl_printer/model/ir_actions_report.py#L15

Added line #L15 was not covered by tests

Check warning on line 34 in zpl_printer/model/zpl_printer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

zpl_printer/model/zpl_printer.py#L33-L34

Added lines #L33 - L34 were not covered by tests

Check warning on line 37 in zpl_printer/model/zpl_printer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

zpl_printer/model/zpl_printer.py#L37

Added line #L37 was not covered by tests

Check warning on line 40 in zpl_printer/model/zpl_printer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

zpl_printer/model/zpl_printer.py#L39-L40

Added lines #L39 - L40 were not covered by tests

Check warning on line 43 in zpl_printer/model/zpl_printer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

zpl_printer/model/zpl_printer.py#L42-L43

Added lines #L42 - L43 were not covered by tests

Check warning on line 51 in zpl_printer/model/zpl_printer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

zpl_printer/model/zpl_printer.py#L50-L51

Added lines #L50 - L51 were not covered by tests

Check warning on line 10 in zpl_printer/tests/zpl_printer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

zpl_printer/tests/zpl_printer.py#L9-L10

Added lines #L9 - L10 were not covered by tests

Check warning on line 28 in zpl_printer/tests/zpl_printer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

zpl_printer/tests/zpl_printer.py#L28

Added line #L28 was not covered by tests

Check warning on line 32 in zpl_printer/tests/zpl_printer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

zpl_printer/tests/zpl_printer.py#L31-L32

Added lines #L31 - L32 were not covered by tests

Check warning on line 36 in zpl_printer/tests/zpl_printer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

zpl_printer/tests/zpl_printer.py#L35-L36

Added lines #L35 - L36 were not covered by tests

Check warning on line 38 in zpl_printer/tests/zpl_printer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

zpl_printer/tests/zpl_printer.py#L38

Added line #L38 was not covered by tests

Check warning on line 42 in zpl_printer/tests/zpl_printer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

zpl_printer/tests/zpl_printer.py#L42

Added line #L42 was not covered by tests